home *** CD-ROM | disk | FTP | other *** search
/ Electronic Print Media Service 1993 October / Electronic Print Media Service 1993 October.iso / pc / iquest15 / tbksetup.inf < prev    next >
INI File  |  1990-04-05  |  3KB  |  92 lines

  1. ; This file is in the same directory as IQSETUP.EXE when run.
  2. ; It may be either on a diskette or on a hard disk or network.
  3. ;
  4. ; It is    divided    into sections, identified by an    alphanumeric name
  5. ; enclosed in square brackets.
  6. ;
  7. ; Comments begin with semicolon, and may follow    other text.
  8. ; Long lines may be split up between fields of a statement.
  9. ;
  10. ; Spaces are ignored, except when between double quotes
  11. ; blank lines are also ignored
  12.  
  13. ; In the sections which list the location of various files, each
  14. ; filename is preceded by integers describing the location
  15. ; of the files. The Setup program will    prompt the user    to insert
  16. ; these diskettes when the files are needed. Files on a hard disk
  17. ; or network may be used instead, by placing an entry in the [disks]
  18. ; section of this file.
  19. ;
  20. ;   Random Setup information
  21. ;
  22. [setup]
  23.     help   = setup.hlp    ; Name of the SETUP WinHelp file.
  24.     readme = readme.hlp   ; Name of the README WinHelp file.
  25.  
  26. ;
  27. ;   dynamic strings for dialogs in Setup
  28. ;
  29. [dialog]
  30.     caption  = "image QUEST 1.5 Setup"
  31.     exit     = "Exit ToolBook Setup"
  32.     title    = "Installing Runtime ToolBook 1.5"
  33.  
  34. [data]
  35.     ;  Default directory for installing ToolBook, MUST include a drive letter
  36.     defdir = C:\IQ15
  37.  
  38.     ;  short name of the program
  39.     shortname = ToolBook
  40.  
  41. ; Here are the names of the disks Setup can prompt for.
  42. ; There must be a disk name for each disk number used
  43. ;
  44. ; The disk number '0' is reserved to represent the setup directory
  45. ; the directory may be relative to the directory SETUP was run from.
  46. ;
  47. ; the format is:
  48. ;
  49. ; n = path,disk name,disk tag file
  50. ;
  51. ; n           disk "number"  1-9,A-Z (single char only!)
  52. ; path        path of disk n
  53. ; name        name of disk n
  54. ;
  55. ; IE:
  56. ;   1 = A:\,"This is DISK #1",disk.1
  57.  
  58. [disks]
  59.     1 =.,"IQSETUP",disk1
  60.  
  61. ;
  62. ;   The needed.space section is a list of hard disk requirements for each
  63. ;   section.  If this amount of room is not available, installation will fail.
  64.  
  65. [needed.space]
  66.     ; Minimum hard disk space required for ToolBook installation.
  67.     toolbook.exes =  800000
  68.     toolbook.pim  =  900000
  69.  
  70. [toolbook.exes]
  71.     1:TBKBASE.DLL,    0:, "ToolBook Program Files"
  72.     1:TBKCOMP.DLL,    0:
  73.     1:TBKFILE.DLL,    0:
  74.     1:TBKUTIL.DLL,    0:
  75.     1:TBKCOMM.DLL,    0:
  76.     1:TBKDB3.DLL,    0:
  77.     1:TBKDLG.DLL,    0:
  78.     1:TBKNET.EXE,    0:
  79.     1:TBKWIN.DLL,    0:
  80.     1:TBOOK.EXE,    0:
  81.  
  82. [toolbook.pim]
  83.     1:TBKSORT.DLL,    0:, "image QUEST and User's Guide"
  84.     1:IQ15.TBK,    0:, "image QUEST and User's Guide"
  85.     1:User.TBK,    0:, "image QUEST and User's Guide"
  86. [progman.groups]
  87. imageQUEST,imageQUEST.GRP
  88.  
  89. [image QUEST]
  90. "image QUEST 1.5", IQ15.tbk, tbook.exe
  91. "User's Guide", user.tbk, tbook.exe
  92.